home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / installations / amiga emulator / _setup.1 / NEWS < prev    next >
Text File  |  1997-06-05  |  5KB  |  84 lines

  1. Note! This file only contains user-visible changes. There may be others. For a
  2. more detailed description of changes between releases, read src/ChangeLog, and
  3. for the full picture, make a diff between releases.
  4.  
  5. User-visible changes in 0.6.9:
  6.   - The sprite code finally seems to work now (well, mostly :( )
  7.   - Sprite-to-sprite collisions implemented
  8.   - EHB and dual playfield modes are faster on x86 systems.
  9.   - Disk changes should be detected again.
  10.   - Believe it or not, I think the reset and quit buttons in the UI actually
  11.     work this time.
  12.   - POSIX_PENGUINS for Linux systems with glibc-2.0. There's now real hope
  13.     that it speeds things up on SMP machines (it still slows down single
  14.     processor machines if it's enabled, though).
  15.   - The filesystem code should be somewhat more robust. It can also be set up
  16.     to run multi-threaded. That makes sense even on single processor machines.
  17.   - The old follow-mouse hack for the X version is disabled. There is now a
  18.     new Amiga program named "mousehack". Please put it in the directory you
  19.     use for harddisk emulation and put the command "run >NIL: mousehack" in 
  20.     your startup-sequence.
  21.   - 4 or 8 MB chip memory are supported.
  22.   - Two joysticks are supported on Linux systems, as well as several
  23.     alternative keyboard "fake" joysticks (using two simultaneously is
  24.     possible). Also, two joystick buttons are now supported.
  25.   - The SVGAlib/DOS version user interface is a bit improved. It can now be
  26.     used during the emulation by pressing F11, e.g. for changing disks.
  27.   - For the non-DGA X11 version, the LOW_BANDWITH and DONT_WANT_SHM compile
  28.     options have been turned into the -L and -T run-time options.
  29.   - Linux/GGI port by Christian Schmitt/Stefan Reinauer (untested)
  30.  
  31. User-visible changes in 0.6.8:
  32.   - This should contain all the necessary files...
  33.   - Bugfixes
  34.  
  35. User-visible changes in 0.6.7:
  36.   - Some bugs in the new playfield code removed; some speed improvements
  37.   - New alternate user-interface for X (note the debugger doesn't completely
  38.     work yet). The Tk GUI is also improved. Note that I don't use either, so
  39.     there are no stability guarantees.
  40.   - The options "-d" and "-C" are replaced with "-O", which allows much better
  41.     control over the graphics display. The old options will continue to work
  42.     for a few more releases and will be removed after that.
  43.   - Yet Another Blitter Bug fixed (Sanity Arte demo)
  44.   - Blitter control by copper now works (would have worked before if I hadn't
  45.     forgotten the COPCON register)
  46.   - On Linux systems (running at least kernel version 1.3.something) UAE can
  47.     now be set up to run in two threads. That's only potentially useful on SMP
  48.     machines, it's a performance loss on other machines. It currently is most
  49.     probably a big performance loss even on SMP machines: The implementation
  50.     is very primitive. This is just to get started.
  51.  
  52. User-visible changes in 0.6.6:
  53.   - Playfield hardware emulation almost completely rewritten. It _should_ be
  54.     somewhat more stable and bugfree, but there's no doubt that there are some
  55.     new fun and exciting bugs in this version.
  56.     Features: Interlace drawing merges two frames and should look better, plus
  57.       it now works with even frame skip values.
  58.       The copper is more accurate.
  59.       Sprite DMA works better (see Interference by Sanity)
  60.       Some other bugs removed.
  61.   - The spanish keyboard now has a "W".
  62.   - Nice pictures in the Tk GUI.
  63.   - The USER_PROGRAMS_BEHAVE compile-time option now "works" even if you don't
  64.     use the compiler.
  65.  
  66. User-visible changes in 0.6.5:
  67.   - Bugfixes in the filesystem code and in the compiler
  68.   - There was some speed loss in 0.6.4, which should be fixed for the i386
  69.     versions. Actually, UAE won't run on a 386 anymore (uses the bswapl
  70.     instruction). It would be pointless anyway...
  71.   - The text user interface in the SVGAlib and DOS versions supports harddisks
  72.     better
  73.   - The XFree86 DGA extension is supported.
  74.   - Italian documentation by Paolo Besser.
  75.   - Spanish keyboard support for X; French keyboard updated
  76.   - I _hope_ that the X version UAE now always resets keyboard autorepeat.
  77.   - Option "-A" to control the accuracy of the emulation. Use "-A 0" to
  78.     restore the old behaviour, which is likely to be somewhat faster.
  79.   - Solaris sound should actually compile this time.
  80.   - The built-in debugger has a "M" command to search for sound modules.
  81.  
  82. For versions earlier than 0.6.5, you'll have to read the ChangeLog to find out
  83. what's new.
  84.